projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a87591a
)
(Info-fontify-node): Don't hide node names of index entries.
author
Juri Linkov
<juri@jurta.org>
Tue, 9 Jan 2007 21:18:56 +0000
(21:18 +0000)
committer
Juri Linkov
<juri@jurta.org>
Tue, 9 Jan 2007 21:18:56 +0000
(21:18 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 6d966da3317ed8d8e9e9ce65d2658b0d012af056..880b659faa6408a004c15bc40fcf474b670080a4 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-3996,7
+3996,9
@@
the variable `Info-file-list-for-emacs'."
(setq res (car hl) hl nil)
(setq hl (cdr hl))))
res))) 'info-xref-visited 'info-xref)))
- (when (and not-fontified-p (memq Info-hide-note-references '(t hide)))
+ (when (and not-fontified-p
+ (memq Info-hide-note-references '(t hide))
+ (not (Info-index-node)))
(put-text-property (match-beginning 2) (1- (match-end 6))
'invisible t)
;; Unhide the file name in parens